Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide child status icon on SpanTreeOffset used in SpanDetailRow component #334

Merged
merged 3 commits into from
Feb 23, 2019

Conversation

rubenvp8510
Copy link
Collaborator

Which problem is this PR solving?

Short description of the changes

  • Just hide the icon (chevron or arrow down) when SpanTreeOfset is used for indent SpanDetailsRow

@codecov
Copy link

codecov bot commented Feb 22, 2019

Codecov Report

Merging #334 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #334      +/-   ##
==========================================
+ Coverage   83.08%   83.14%   +0.06%     
==========================================
  Files         142      142              
  Lines        3181     3181              
  Branches      654      654              
==========================================
+ Hits         2643     2645       +2     
+ Misses        431      429       -2     
  Partials      107      107
Impacted Files Coverage Δ
...nts/TracePage/TraceTimelineViewer/SpanDetailRow.js 100% <ø> (ø) ⬆️
...ts/TracePage/TraceTimelineViewer/SpanTreeOffset.js 100% <100%> (ø) ⬆️
packages/jaeger-ui/src/utils/date.js 90% <0%> (+5%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c07c41d...5809311. Read the comment docs.

@everett980
Copy link
Collaborator

Possible a bit pedantic but I think showChildrenIcon is a clearer prop name. Otherwise it looks good.

Copy link
Member

@tiffon tiffon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks for the PR! 🎉

@rubenvp8510
Copy link
Collaborator Author

@everett980 is ok, after sending the PR I was thinking the same. :) So no problem I'll change the name

@ghost ghost assigned tiffon Feb 22, 2019
@ghost ghost added the review label Feb 22, 2019
rubenvp8510 and others added 3 commits February 22, 2019 16:15
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
Signed-off-by: Joe Farro <joef@uber.com>
…enIcon

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
@tiffon tiffon merged commit ca0454c into jaegertracing:master Feb 23, 2019
@ghost ghost removed the review label Feb 23, 2019
@tiffon
Copy link
Member

tiffon commented Feb 23, 2019

Thanks! 🎉

vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 5, 2021
…ent (jaegertracing#334)

* Hide child status icon on SpanTreeOffset used in SpanDetailRow component

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>

* Small tweak to flow type

Signed-off-by: Joe Farro <joef@uber.com>

* Rename showChildrenStatus attribute from SpanTreeOffset to showChildrenIcon

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>

Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extra chevron visible for span detail rows
3 participants